BridgeSlime
Verified contract
Active on
Ethereum with 5,713 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLIME | ERC-20 | 1.331487M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18335209 | a year ago | | | 0 | 0.0010230516 | |
| 18122926 | a year ago | | | 0 | 0.00063272596 | |
| 17582718 | a year ago | | | 0 | 0.00083452955 | |
| 17524468 | a year ago | | | 0 | 0.00064522519 | |
| 17345841 | 2 years ago | | | 0 | 0.0016204982 | |
| 17319853 | 2 years ago | | | 0 | 0.0022684537 | |
| 17305337 | 2 years ago | | | 0 | 0.0012594611 | |
| 17297702 | 2 years ago | | | 0 | 0.0014826046 | |
| 17297558 | 2 years ago | | | 0 | 0.0015278146 | |
| 17297487 | 2 years ago | | | 0 | 0.0016446652 |
ABI
ABI objects
Getter at block 21285069
cancellable() view returns (bool)
false
feePercent() view returns (uint256)
500
oracleAddress() view returns (address)
0xecd0a0ea653be5c1f9936c3bcf06c7045b820a63
owner() view returns (address)
0xb95fd2042d75ded4fca1223d6ca552e59f92306b
paused() view returns (bool)
false
tokenAddress() view returns (address)
0x638f24096ff33e047e05e59fabc76325207090dc
Read-only
claimNonce(address) view returns (uint256)
State-modifying
Events cancelClaim(uint256 oldBlock, uint256 newBlock)
cancelClaimAdmin(address _address, uint256 oldBlock, uint256 newBlock)
claim(address recipient, uint256 amount, uint256 oldBlock, uint256 newBlock, bytes signature)
renounceOwnership()
setFeePercentage(uint256 _percent)
setOracleAddress(address _oracleAddress)
swap(uint256 amount, uint256 nonce)
toggleCancellable()
togglePaused()
transferOwnership(address newOwner)
withdrawTokens(uint256 amount)
BridgedToken(address from, uint256 amount, uint256 nonce)
CancelClaim(address from, uint256 oldBlock, uint256 newBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _tokenAddress, address _oracleAddress)
This contract contains no fallback and receive objects.
BridgePaused()
CancellingDisabled()
InvalidClaimNonce()
InvalidClaimSignature()