Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,552.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.55K | $1.001 |
$2,552.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19455600 | 9 months ago | | | 0 | 0.0019251922 | |
| 18838500 | a year ago | | | 0 | 0.0012170714 | |
| 18737392 | a year ago | | | 0 | 0.0012332880 | |
| 18539220 | a year ago | | | 0 | 0.00092056209 | |
| 18465237 | a year ago | | | 0 | 0.00094613750 | |
| 18465221 | a year ago | | | 0 | 0.00099788589 | |
| 18239047 | a year ago | | | 0 | 0.00020242741 | |
| 18211827 | a year ago | | | 0 | 0.00038266723 | |
| 18207007 | a year ago | | | 0 | 0.00056803555 | |
| 18199546 | a year ago | | | 0 | 0.00027536543 |
ABI
ABI objects
Getter at block 21379915
MaxSupply() view returns (uint256)
69420000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Monk
owner() view returns (address)
0xb3f7eabd1298299e5a2512afb5f5251e775021af
symbol() view returns (string)
MONK
totalSupply() view returns (uint256)
69420000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.