EvoBridgeV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EvoBridgeV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EvoBridgeV2"
ABI
ABI objects
Getter at block 21179492
owner() view returns (address)
0x0000000000000000000000000000000000000001
Read-only
isOwnedToken(address) view returns (bool)
isRecipientContract(address) view returns (bool)
isSenderContract(address) view returns (bool)
isSigner(address) view returns (bool)
isWithdrawn(bytes32) view returns (bool)
State-modifying
Events deposit(address token, uint256 amount, uint8 to, bool bonus, bytes recipient) payable
setIsOwnedToken(address token, bool _owned)
setOwner(address newOwner)
setRecipientContract(address account, bool state)
setSenderContract(address account, bool state)
setSigner(address account, bool state)
withdraw(struct EvoBridgeV2Withdraw[] ws)
Deposited(address indexed sender, address indexed token, uint8 indexed to, uint256 amount, bool bonus, bytes recipient)
Withdrawn(bytes32 indexed id, address indexed token, address indexed recipient, uint256 amount)
constructor()
receive()
This contract contains no error objects.