Cryptonationz
Verified contract
Active on
Ethereum with 569 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 |
---|---|---|---|---|---|
BRAT | ERC-20 | 1.000008 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13534014 | 3 years ago | | | 0 | 0.0059781724 | |
| 12631868 | 3 years ago | | | 0 | 0.00073776000 | |
| 10258237 | 4 years ago | | | 0 | 0.0020876400 | |
| 10167489 | 5 years ago | | | 0 | 0.0020876400 | |
| 9994859 | 5 years ago | | | 0 | 0.0012525840 | |
| 9920142 | 5 years ago | | | 0 | 0.00055786500 | |
| 9883085 | 5 years ago | | | 0 | 0.00055786500 | |
| 9781151 | 5 years ago | | | 0 | 0.00078286500 | |
| 9780907 | 5 years ago | | | 0 | 0.00078286500 | |
| 9598998 | 5 years ago | | | 0 | 0.00055804500 |
ABI
ABI objects
Getter at block 21325309
advisorsAllocation() view returns (uint256)
20000000000000000000000000
companyAllocation() view returns (uint256)
40000000000000000000000000
decimals() view returns (uint8)
18
devAllocation() view returns (uint256)
40000000000000000000000000
name() view returns (string)
Cryptonationz
publicAllocation() view returns (uint256)
280000000000000000000000000
reservedAllocation() view returns (uint256)
20000000000000000000000000
symbol() view returns (string)
CNZ
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
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)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _pubAddress, address _compAddress, address _devAddress, address _advAddress, address _reserveAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.