NoScription Protocol
Verified contract
Active on
Ethereum with 14 txns
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 "NoScription Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18952688 | 10 months ago | | | 0 | 0.0010653829 | |
| 18920262 | 10 months ago | | | 0 | 0.00099123696 | |
| 18914964 | 10 months ago | | | 0 | 0.00059960992 | |
| 18913871 | 10 months ago | | | 0 | 0.00069880861 | |
| 18913855 | 10 months ago | | | 0 | 0.00070446072 | |
| 18913358 | 10 months ago | | | 0 | 0.00046248840 | |
| 18913279 | 10 months ago | | | 0 | 0.00049297940 | |
| 18913269 | 10 months ago | | | 0 | 0.00055623175 | |
| 18913254 | 10 months ago | | | 0 | 0.00028972939 | |
| 18913251 | 10 months ago | | | 0 | 0.00048034036 |
ABI
ABI objects
Getter at block 21122623
decimals() view returns (uint8)
18
name() view returns (string)
NoScription Protocol
pair() view returns (address)
0xed4ef36216f208c8cbabfcb9109d604596a4bbae
storeData() view returns (address tokenMkt, uint8 buyFee, uint8 sellFee)
(tokenMkt=0xb96e548fe7c317ff3654891cf1847aafc1b4db8f, buyFee=0, sellFee=99)
symbol() view returns (string)
NOSS
totalSupply() view returns (uint256)
21000000000000000000000000
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 _buy, uint8 _sell)
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()
Permissions()