ERC20ToBEP20Wrapper
Verified contract
Active on
Ethereum with 5,135 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 |
---|---|---|---|---|---|
NBU | ERC-20 | 176.295319K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20046673 | 6 months ago | | | 0 | 0.00059225573 | |
| 18249641 | a year ago | | | 0 | 0.0014531449 | |
| 18249638 | a year ago | | | 0 | 0.0016666784 | |
| 18244314 | a year ago | | | 0 | 0.00065573355 | |
| 18243130 | a year ago | | | 0 | 0.00053855648 | |
| 18243113 | a year ago | | | 0 | 0.00035236300 | |
| 18240285 | a year ago | | | 0 | 0.00033475646 | |
| 18236408 | a year ago | | | 0 | 0.00054180025 | |
| 18235597 | a year ago | | | 0 | 0.0025448945 | |
| 18227383 | a year ago | | | 0 | 0.0011879519 |
ABI
ABI objects
Getter at block 21284991
NBU() view returns (address)
0xeb58343b36c7528f23caae63a150240241310049
minWrapAmount() view returns (uint256)
0
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd1feaee80fa47dd01ca21682aabf9d96640671fb
Read-only
bscToEthUserUnwrapNonces(address, uint256) view returns (uint256)
unwraps(address, uint256) view returns (uint256 amount, uint256 fee, uint256 bscNonce)
userUnwrapNonces(address) view returns (uint256)
userWrapNonces(address) view returns (uint256)
wraps(address, uint256) view returns (uint256)
State-modifying
Events acceptOwnership()
rescue(address to, address token, uint256 amount)
rescue(address to, uint256 amount)
transferOwnership(address transferOwner)
unwrap(address user, uint256 amount, uint256 fee, uint256 bscNonce)
updateMinWrapAmount(uint256 amount)
wrap(uint256 amount)
OwnershipTransferred(address indexed from, address indexed to)
Rescue(address indexed to, uint256 amount)
RescueToken(address token, address indexed to, uint256 amount)
Unwrap(address indexed user, uint256 indexed unwrapNonce, uint256 indexed bscNonce, uint256 amount, uint256 fee)
UpdateMinWrapAmount(uint256 indexed amount)
Wrap(address indexed user, uint256 indexed wrapNonce, uint256 amount)
constructor(address nbu)
This contract contains no fallback and receive objects.
This contract contains no error objects.