SHAKE token by SpaceSwap v2
Verified contract
Active on
Ethereum with 3,579 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MILK21 | ERC-20 | 240 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997245 | a month ago | | | 0 | 0.00040192679 | |
| 20987772 | a month ago | | | 0 | 0.00030077254 | |
| 20909514 | a month ago | | | 0 | 0.00035483260 | |
| 20856598 | 2 months ago | | | 0 | 0.00073666038 | |
| 20854466 | 2 months ago | | | 0 | 0.00026548872 | |
| 20700615 | 2 months ago | | | 0 | 0.00011595281 | |
| 20599904 | 3 months ago | | | 0 | 0.000089798679 | |
| 20594653 | 3 months ago | | | 0 | 0.000051719204 | |
| 20587375 | 3 months ago | | | 0 | 0.000037985537 | |
| 20584197 | 3 months ago | | | 0 | 0.000093444258 |
ABI
ABI objects
Getter at block 21212720
MAX_TOTAL_SUPPLY() view returns (uint256)
10000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
SHAKE token by SpaceSwap v2
symbol() view returns (string)
SHAKE
totalBurned() view returns (uint256)
722225170553710396624
totalMinted() view returns (uint256)
6788118696686292586569
totalSupply() view returns (uint256)
6065893526132582189945
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
reclaimToken(address token)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.