WALLABEE
Verified contract
Active on
Ethereum with 2,729 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "WALLABEE"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13079246 | 3 years ago | | | 0 | 0.0038180493 | |
| 13059159 | 3 years ago | | | 0 | 0.0025376308 | |
| 12651669 | 3 years ago | | | 0 | 0.00065494800 | |
| 12651634 | 3 years ago | | | 0 | 0.00040440600 | |
| 12210621 | 4 years ago | | | 0 | 0.0050128650 | |
| 12093141 | 4 years ago | | | 0 | 0.0056943967 | |
| 12093078 | 4 years ago | | | 0 | 0.0052119200 | |
| 12092971 | 4 years ago | | | 0 | 0.0044315600 | |
| 11957208 | 4 years ago | | | 0 | 0.0041587132 | |
| 11855505 | 4 years ago | | | 0 | 0.0045785790 |
ABI
ABI objects
Getter at block 21290600
decimals() view returns (uint8)
18
name() view returns (string)
WALLABEE
symbol() view returns (string)
WLB
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
paused(address target) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause(address target)
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause(address target)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account, address target)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account, address target)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.