Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "KILT"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22941569 | 4 hours ago | | | 0 | 0.0000018382927 | |
| 22941518 | 4 hours ago | | | 0 | 0.0000018744828 | |
| 22941515 | 4 hours ago | | | 0 | 0.0000018770381 | |
| 22941497 | 4 hours ago | | | 0 | 0.0000018875291 | |
| 22941474 | 4 hours ago | | | 0 | 0.0000019031444 | |
| 22941474 | 4 hours ago | | | 0 | 0.0000019031444 | |
| 22941381 | 4 hours ago | | | 0 | 0.0000019014927 | |
| 22941380 | 4 hours ago | | | 0 | 0.0000019033787 | |
| 22941282 | 4 hours ago | | | 0 | 0.0000019048105 | |
| 22941136 | 4 hours ago | | | 0 | 0.0000019567676 |
ABI
ABI objects
Getter at block 22948470
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
15
l1Token() view returns (address)
0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
KILT
remoteToken() view returns (address)
0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb
symbol() view returns (string)
KILT
totalSupply() view returns (uint256)
740116146825626723154
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.