0x / Proxy

ERC20BridgeProxy

0x8ed95d1746bf1e4dab58d8ed4724f1ef95b20db0
function

transferOwnership

nonpayable

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

transferFrom

nonpayable

Inputs

ParameterTypeDescription
assetDatabytes
fromaddress
toaddress
amountuint256

Outputs

(void)
function

removeAuthorizedAddressAtIndex

nonpayable

Inputs

ParameterTypeDescription
targetaddress
indexuint256

Outputs

(void)
function

removeAuthorizedAddress

nonpayable

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
function

getProxyId

pure

Inputs

(void)

Outputs

TypeDescription
bytes4
function

getAuthorizedAddresses

view

Inputs

(void)

Outputs

TypeDescription
address[]
function

balanceOf

view

Inputs

ParameterTypeDescription
assetDatabytes
owneraddress

Outputs

TypeDescription
uint256
function

authorized

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

authorities

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address
function

addAuthorizedAddress

nonpayable

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
event

OwnershipTransferred

Inputs

ParameterTypeDescription
previousOwneraddress
newOwneraddress

Outputs

(void)
event

AuthorizedAddressRemoved

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
event

AuthorizedAddressAdded

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)