Wrapped NCG
Verified contract
Active on
Ethereum with 72,076 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($141.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WNCG | ERC-20 | 3.542209K | $0.040058 |
$141.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157158 | 24 minutes ago | | | 0 | 0.00064397394 | |
| 21157144 | 27 minutes ago | | | 0 | 0.00062688659 | |
| 21157117 | 32 minutes ago | | | 0 | 0.00076356670 | |
| 21156482 | 3 hours ago | | | 0 | 0.00065994111 | |
| 21156481 | 3 hours ago | | | 0 | 0.00043362274 | |
| 21156480 | 3 hours ago | | | 0 | 0.00062730416 | |
| 21156471 | 3 hours ago | | | 0 | 0.00063236346 | |
| 21156279 | 3 hours ago | | | 0 | 0.00040729091 | |
| 21156272 | 3 hours ago | | | 0 | 0.00040294978 | |
| 21156272 | 3 hours ago | | | 0 | 0.00040279173 |
ABI
ABI objects
Getter at block 21157275
decimals() pure returns (uint8)
18
name() view returns (string)
Wrapped NCG
owner() view returns (address)
0x4a2fbe06004e37de6fe7da59a53d14a407def0ed
symbol() view returns (string)
WNCG
totalSupply() view returns (uint256)
203052051270000000001999980
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount, bytes32 to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _sender, bytes32 indexed _to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.