OCTO Token
Verified contract
Active on
Ethereum with 409 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 "OCTO Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21406604 | 4 days ago | | | 0 | 0.00034996377 | |
| 20984667 | 2 months ago | | | 0 | 0.00033737300 | |
| 20982681 | 2 months ago | | | 0 | 0.00025377555 | |
| 20206871 | 6 months ago | | | 0 | 0.00013872922 | |
| 18923117 | a year ago | | | 0 | 0.00064496971 | |
| 18910912 | a year ago | | | 0 | 0.00023156688 | |
| 18910902 | a year ago | | | 0 | 0.00022954527 | |
| 18645998 | a year ago | | | 0 | 0.0010048699 | |
| 18504642 | a year ago | | | 0 | 0.00079506784 | |
| 18227666 | a year ago | | | 0 | 0.00040776336 |
ABI
ABI objects
Getter at block 21437153
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
150000000000000000000000000
maxSupply() view returns (uint256)
1000000000000000000000000000
minter() view returns (address)
0x30ab300327432de76da002dd21427c2ebc1f49a1
name() view returns (string)
OCTO Token
symbol() view returns (string)
OCTO
totalSupply() view returns (uint256)
162344275452320000000000000
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)
burnFrom(address account_, uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
setMinter(address addr)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.