Acorn Collective Token
Verified contract
Active on
Ethereum with 15,597 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OAK | ERC-20 | 526.911K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- | |
MAN | ERC-20 | 279.9309 | -- | -- | |
BOX | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20270667 | 4 months ago | | | 0 | 0.00016762322 | |
| 16823105 | 2 years ago | | | 0 | 0.0011687776 | |
| 15652054 | 2 years ago | | | 0 | 0.0023183605 | |
| 15522868 | 2 years ago | | | 0 | 0.0014756742 | |
| 15413424 | 2 years ago | | | 0 | 0.00028458383 | |
| 15195852 | 2 years ago | | | 0 | 0.00060880050 | |
| 14984944 | 2 years ago | | | 0 | 0.00064764000 | |
| 14823122 | 2 years ago | | | 0 | 0.00050443470 | |
| 13054226 | 3 years ago | | | 0 | 0.0012295031 | |
| 13037914 | 3 years ago | | | 0 | 0.0021008736 |
ABI
ABI objects
Getter at block 21160299
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Acorn Collective Token
owner() view returns (address)
0x4b988a2a92581e14d5bee425600e8b7b3b9cee2d
symbol() view returns (string)
OAK
totalSupply() view returns (uint256)
25211681233116899104729082
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
kycRequired(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
kycVerify(address participant)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
KycVerified(address indexed participant)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.