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 "NUDE AI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20683151 | 3 months ago | | | 0 | 0.000070341771 | |
| 20683147 | 3 months ago | | | 0 | 0.00012133771 | |
| 19342207 | 9 months ago | | | 0 | 0.0027625000 | |
| 19342207 | 9 months ago | | | 0 | 0.0035922040 | |
| 19342207 | 9 months ago | | | 0 | 0.0031207909 | |
| 19342206 | 9 months ago | | | 0 | 0.0030709654 | |
| 19342171 | 9 months ago | | | 0 | 0.0041949225 | |
| 19342141 | 9 months ago | | | 0 | 0.0029685734 |
ABI
ABI objects
Getter at block 21309703
decimals() view returns (uint8)
18
name() view returns (string)
NUDE AI
pair() view returns (address)
0x08b5df2d264f2bd3fe817c2d25737f62016da6f8
storeData() view returns (address tokenMkt, uint8 buyFee, uint8 sellFee)
(tokenMkt=0x040c903ccdff4e441689aef26e431a09737ecf81, buyFee=1, sellFee=1)
symbol() view returns (string)
NUDE
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
openTrading()
setFees(uint8 x, uint8 y)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed TOKEN_MKT, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OnlyOwner()