Tokenview
Verified contract
Active on
Ethereum with 130 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 "Tokenview"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995933 | a month ago | | | 0 | 0.00039644903 | |
| 20734490 | 2 months ago | | | 0 | 0.00013983152 | |
| 13367356 | 3 years ago | | | 0 | 0.0066514429 | |
| 13310041 | 3 years ago | | | 0 | 0.0030519895 | |
| 13167884 | 3 years ago | | | 0 | 0.0054085000 | |
| 12793360 | 3 years ago | | | 0 | 0.0013563090 | |
| 12793322 | 3 years ago | | | 0 | 0.0010683010 | |
| 12232898 | 4 years ago | | | 0 | 0.0093057250 | |
| 12075589 | 4 years ago | | | 0 | 0.0043676400 | |
| 11909973 | 4 years ago | | | 0 | 0.0067678000 |
ABI
ABI objects
Getter at block 21282086
decimals() view returns (uint8)
18
name() view returns (string)
Tokenview
owner() view returns (address)
0x2ac425fa57b1a43b8c7dffb1180057db736a1d8f
paused() view returns (bool)
false
pricepertoken() view returns (uint256)
25974025974025
supplycap() view returns (uint256)
90000000000000000000000000
symbol() view returns (string)
TKNV
totalSupply() view returns (uint256)
80000000000000000000000000
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)
burnTokens(uint256 amt)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
foundationWithdraw()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintTokens(uint256 amt)
purchaseTokens() payable
setPrice(uint256 newprice)
switchPause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address o)
This contract contains no fallback and receive objects.
This contract contains no error objects.