MetaCene
Verified contract
Active on
Ethereum with 2,887 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 "MetaCene"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163526 | 4 minutes ago | | | 0 | 0.00077488011 | |
| 21162887 | 2 hours ago | | | 0 | 0.00042103072 | |
| 21162879 | 2 hours ago | | | 0 | 0.00047496617 | |
| 21162849 | 2 hours ago | | | 0 | 0.00041637363 | |
| 21162737 | 3 hours ago | | | 0 | 0.00051470470 | |
| 21162687 | 3 hours ago | | | 0 | 0.00056572312 | |
| 21162654 | 3 hours ago | | | 0 | 0.00082833910 | |
| 21162637 | 3 hours ago | | | 0 | 0.00091343789 | |
| 21162612 | 3 hours ago | | | 0 | 0.00090232129 | |
| 21162431 | 4 hours ago | | | 0 | 0.00058821401 |
ABI
ABI objects
Getter at block 21163545
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
cap() pure returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
MetaCene
owner() view returns (address)
0x2c1e98b0cc5f217b3604cd9b50962b9d3f83f681
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MAK
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
operators(address) view returns (bool)
receiveBlacklist(address) view returns (bool)
transferBlacklist(address) view returns (bool)
State-modifying
Events acceptOwnership()
addOperatorRole(address to)
addReceiveBlacklist(address addr)
addTransferBlacklist(address addr)
approve(address spender, uint256 value) returns (bool)
removeOperatorRole(address to)
removeReceiveBlacklist(address addr)
removeTransferBlacklist(address addr)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AddOperator(address addr)
AddReceiveBlacklist(address addr)
AddTransferBlacklist(address addr)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveOperator(address addr)
RemoveReceiveBlacklist(address addr)
RemoveTransferBlacklist(address addr)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address vestingContract)
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)