Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0531…3976
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MICKEY | ERC-20 | 103.710391B | -- | -- | |
SOON | ERC-20 | 89.089609B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175645 | 5 days ago | | | 0 | 0.0013657720 | |
| 21148874 | 8 days ago | | | 0 | 0.00026134778 | |
| 21110829 | 14 days ago | | | 0 | 0.00010956871 | |
| 21057779 | 21 days ago | | | 0 | 0.00024225506 | |
| 21053480 | 22 days ago | | | 0 | 0.00011169921 | |
| 20920928 | a month ago | | | 0 | 0.00050852062 | |
| 20854573 | 2 months ago | | | 0 | 0.00016817098 | |
| 20811003 | 2 months ago | | | 0 | 0.00079009200 | |
| 20768975 | 2 months ago | | | 0 | 0.00015107511 | |
| 20764316 | 2 months ago | | | 0 | 0.00046915820 |
ABI
ABI objects
Getter at block 21209092
MAX_SUPPLY() view returns (uint256)
192800000000000000000000000000
decimals() view returns (uint8)
18
mousetrapToken() view returns (address)
0x0531de6c92c4690b25c1c41dd415ef869ef33976
name() view returns (string)
Mickey
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MICKEY
totalSupply() view returns (uint256)
192800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
swapMickeyTokenForMousetrapToken(uint256 amount)
swapMousetrapTokenForMickeyToken(uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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, address _mousetrapToken)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()