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 "Waffle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152777 | 2 months ago | | | 0 | 0.0000010844274 | |
| 21152490 | 2 months ago | | | 0 | 0.0000015168737 | |
| 21152106 | 2 months ago | | | 0 | 0.0000010655712 | |
| 20896364 | 2 months ago | | | 0 | 4.1165774e-7 | |
| 20894380 | 2 months ago | | | 0 | 4.5594400e-7 | |
| 20856164 | 2 months ago | | | 0 | 2.3874863e-7 | |
| 20856162 | 2 months ago | | | 0 | 2.3813678e-7 | |
| 20856158 | 2 months ago | | | 0 | 2.3993669e-7 | |
| 20856153 | 2 months ago | | | 0 | 3.7623726e-7 | |
| 20856150 | 2 months ago | | | 0 | 2.3987360e-7 |
ABI
ABI objects
Getter at block 23785621
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DOMAIN_SEPARATOR() view returns (bytes32)
0x7ae905d65568ba853212fa6bb18fef7a45f56dbdf68eace18666728709198604
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() view returns (uint8)
18
name() view returns (string)
Waffle
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WAFFLE
totalSupply() view returns (uint256)
919698229133834993387942989
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
burnFrom(address sender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.