IP Tokens of IPNFT #44
Verified contract
Active on
Base with 26 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "IP Tokens of IPNFT #44"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22817781 | 24 minutes ago | | | 0 | 0.0000048183886 | |
| 22813362 | 3 hours ago | | | 0 | 0.0000048183886 | |
| 22812864 | 3 hours ago | | | 0 | 0.0000048183886 | |
| 22807779 | 6 hours ago | | | 0 | 0.000023440389 | |
| 22807592 | 6 hours ago | | | 0 | 0.0000048183886 | |
| 22806238 | 7 hours ago | | | 0 | 0.0000048183886 | |
| 22806238 | 7 hours ago | | | 0 | 0.0000048183886 | |
| 22806023 | 7 hours ago | | | 0 | 0.0000048183886 | |
| 22805970 | 7 hours ago | | | 0 | 0.0000048183886 | |
| 22802183 | 9 hours ago | | | 0 | 0.0000048183886 |
ABI
ABI objects
Getter at block 22818485
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x886f224128b84e59edbb0e5c2a3195b8cf0e9db2
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x886f224128b84e59edbb0e5c2a3195b8cf0e9db2
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
IP Tokens of IPNFT #44
remoteToken() view returns (address)
0x886f224128b84e59edbb0e5c2a3195b8cf0e9db2
symbol() view returns (string)
BeeARD
totalSupply() view returns (uint256)
150000000000000000000000000
version() view returns (string)
1.3.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.