Shell Matrix Token
Verified contract
Active on
Ethereum with 55 txns
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 "Shell Matrix Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20499273 | 4 months ago | | | 0 | 0.000048245574 | |
| 19629686 | 8 months ago | | | 0 | 0.00043785000 | |
| 18661349 | a year ago | | | 0 | 0.0010463956 | |
| 11120016 | 4 years ago | | | 0 | 0.0012462520 | |
| 10795777 | 4 years ago | | | 0 | 0.010272540 | |
| 10656480 | 4 years ago | | | 0 | 0.017987134 | |
| 10624350 | 4 years ago | | | 0 | 0.0023144680 | |
| 10620840 | 4 years ago | | | 0 | 0.0044970365 | |
| 10620839 | 4 years ago | | | 0 | 0.0015619945 | |
| 10618231 | 4 years ago | | | 0 | 0.0020247200 |
ABI
ABI objects
Getter at block 21320743
decimals() view returns (uint8)
6
isOwner() view returns (bool)
false
name() view returns (string)
Shell Matrix Token
owner() view returns (address)
0x6bd4f4feab0d64a9a4e3a2413e20ddb12b2e624a
symbol() view returns (string)
SHELL
totalSupply() view returns (uint256)
26847322004
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
removeMinter(address account)
renounceMinter()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
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.