Tycoon Token
Verified contract
Active on
Ethereum with 9,503 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TYC | ERC-20 | 15.416K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21120555 | 20 days ago | | | 0 | 0.00032370026 | |
| 21070987 | a month ago | | | 0 | 0.00033766447 | |
| 20834567 | 2 months ago | | | 0 | 0.00069083489 | |
| 20549590 | 3 months ago | | | 0 | 0.000028537235 | |
| 20455080 | 4 months ago | | | 0 | 0.000077915376 | |
| 20455070 | 4 months ago | | | 0 | 0.000078687529 | |
| 20455063 | 4 months ago | | | 0 | 0.000075202533 | |
| 20455055 | 4 months ago | | | 0 | 0.000077135700 | |
| 20455046 | 4 months ago | | | 0 | 0.000078792360 | |
| 20455029 | 4 months ago | | | 0 | 0.000088610906 |
ABI
ABI objects
Getter at block 21267139
cap() view returns (uint256)
140000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Tycoon Token
paused() view returns (bool)
false
symbol() view returns (string)
TYC
totalSupply() view returns (uint256)
134815560000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address team, address partner, address bounty, address advisor, address sale)
This contract contains no fallback and receive objects.
This contract contains no error objects.