Creatanium
Verified contract
Active on
Ethereum with 2,627 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17463898 | a year ago | | | 0 | 0.00076000024 | |
| 12810821 | 3 years ago | | | 0 | 0.00024545400 | |
| 12714512 | 3 years ago | | | 0 | 0.00027207000 | |
| 12302121 | 4 years ago | | | 0 | 0.0012509280 | |
| 12185056 | 4 years ago | | | 0 | 0.0039463420 | |
| 12179383 | 4 years ago | | | 0 | 0.0054417000 | |
| 12179367 | 4 years ago | | | 0 | 0.0054913420 | |
| 12166623 | 4 years ago | | | 0 | 0.0059831772 | |
| 12140953 | 4 years ago | | | 0 | 0.0076221860 | |
| 11677965 | 4 years ago | | | 0 | 0.0013741100 |
ABI
ABI objects
Getter at block 21159552
decimals() view returns (uint8)
18
initialSupply_() view returns (uint256)
2000000000000000000000000000
mintedSupply_() view returns (uint256)
0
name() view returns (string)
Creatanium
owner() view returns (address)
0x37f61f1ee2632099a87f551d7f2007cad7202812
paused() view returns (bool)
false
symbol() view returns (string)
CMB
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
lockedBalanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockTokens(address _beneficiary, uint256 _value)
mint(uint256 _amount) returns (bool)
pause()
renounceOwnership()
sendToInvestor(address _to, uint256 _value)
setTotalSupply(uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unlockTokens(address _beneficiary, uint256 _value)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address _to, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokensLocked(address beneficiary, uint256 amount)
TokensUnlocked(address beneficiary, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.