Celemeta Token
Verified contract
Active on
Ethereum with 625 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 "Celemeta Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20659321 | 3 months ago | | | 0 | 0.000090191247 | |
| 20508866 | 3 months ago | | | 0 | 0.000042309286 | |
| 20495295 | 3 months ago | | | 0 | 0.00018824741 | |
| 20350093 | 4 months ago | | | 0 | 0.00015806794 | |
| 20254486 | 4 months ago | | | 0 | 0.000067957290 | |
| 20251436 | 4 months ago | | | 0 | 0.000081123852 | |
| 20206583 | 5 months ago | | | 0 | 0.00031266227 | |
| 20036827 | 5 months ago | | | 0 | 0.00045890604 | |
| 20036817 | 5 months ago | | | 0 | 0.00040295608 | |
| 19952407 | 6 months ago | | | 0 | 0.00026025066 |
ABI
ABI objects
Getter at block 21222811
DOMAIN_SEPARATOR() view returns (bytes32)
0x49f85795a95b9308d4ef2dabfc058ff74a163ab2f5ecdf237f597f9ed15bfb39
MAX_SUPPLY() view returns (uint256)
200000000000000000000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
_devPool() view returns (address)
0x0000000000000000000000000000000000000000
_devRate() view returns (uint256)
0
_governance() view returns (address)
0x92ff59b7b2f6b612d85e1edaacf16e3c65676f75
_maxGovernValueRate() view returns (uint256)
2000
_minGovernValueRate() view returns (uint256)
0
_rateBase() view returns (uint256)
10000
_rewardPool() view returns (address)
0x0000000000000000000000000000000000000000
_rewardRate() view returns (uint256)
0
_totalDevToken() view returns (uint256)
0
_totalRewardToken() view returns (uint256)
0
decimals() view returns (uint8)
18
getdevRate() view returns (uint256)
0
getrewardRate() view returns (uint256)
0
maxLimitSupply() view returns (uint256)
200000000000000000000000000
name() view returns (string)
Celemeta Token
symbol() view returns (string)
CETA
totalReward_dev() view returns (uint256)
0
totalReward_pool() view returns (uint256)
0
totalSupply() view returns (uint256)
1800000000000000000000000
Read-only
_minters(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calcSendamount(uint256 value) view returns (uint256)
nonces(address, uint256) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _value)
getPermit(address owner, address spender, uint256 value, uint256 nonce, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
mint(address account, uint256 amount)
mintDrop(address owner, address spender, uint256 value, uint256 nonce, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
permit(address owner, address spender, uint256 value, uint256 nonce, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeMinter(address _minter)
setDevPool(address devPool)
setGovernance(address governance)
setRate(uint256 dev_rate, uint256 reward_rate)
setRewardPool(address rewardPool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Approvalevent(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
DevPool(address devPool)
GovernanceTransferred(address indexed previousOwner, address indexed newOwner)
Mint(address indexed from, address indexed to, uint256 value)
MintDrop(address indexed from, address indexed to, uint256 value)
Permit(address indexed from, address indexed to, uint256 value, uint256 nonce)
RewardPool(address rewardPool)
SetRate(uint256 dev_rate, uint256 reward_rate)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _address, uint256 chainId_, string name, string symb, uint256 maxspply)
This contract contains no fallback and receive objects.
This contract contains no error objects.