Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "NudeCoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11823617 | 4 years ago | | | 0 | 0.019933650 | |
| 11823602 | 4 years ago | | | 0 | 0.017895988 | |
| 11823598 | 4 years ago | | | 0 | 0.024274756 | |
| 11823563 | 4 years ago | | | 0 | 0.013886778 | |
| 11823563 | 4 years ago | | | 0 | 0.020260489 | |
| 11823118 | 4 years ago | | | 0 | 0.0070875200 | |
| 11779880 | 4 years ago | | | 0 | 0.0056275560 |
ABI
ABI objects
Getter at block 21407707
decimals() view returns (uint8)
5
name() view returns (string)
NudeCoin
symbol() view returns (string)
NUDE
totalSupply() view returns (uint256)
1000000000000000000000
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)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply, address _beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.