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 "NplayGold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10238189 | 5 years ago | | | 0 | 0.00097405200 | |
| 10238167 | 5 years ago | | | 0 | 0.0013780800 | |
| 9688793 | 5 years ago | | | 0 | 0.00014440000 | |
| 9687168 | 5 years ago | | | 0 | 0.00011591800 | |
| 9444488 | 5 years ago | | | 0 | 0.000051064000 | |
| 9405507 | 5 years ago | | | 0 | 0.000051088000 | |
| 9405458 | 5 years ago | | | 0 | 0.000072176000 | |
| 9313357 | 5 years ago | | | 0 | 0.00035188000 | |
| 9313356 | 5 years ago | | | 0 | 0.00039586500 | |
| 9313275 | 5 years ago | | | 0 | 0.00016344320 |
ABI
ABI objects
Getter at block 21408296
decimals() view returns (uint8)
4
name() view returns (string)
NplayGold
owner() view returns (address)
0x2bb3d296db6ab738b7a19e110a671ae97ab4602b
symbol() view returns (string)
NPLAYG
totalSupply() view returns (uint256)
74145513585
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 val)
contractBurn(address _for, uint256 value)
distribute(address[] users, uint256[] balances)
isOwner()
register()
registerExternal()
testConnection()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address _from, uint256 _value)
Log(string s)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.