Verify Token
Verified contract
Active on
Ethereum with 14,967 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0dc3…fd01
Balances ($656.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENJ | ERC-20 | 3.9832K | $0.164765 |
$656.29 | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
CRED | ERC-20 | 2.67756K | -- | -- | |
CREDO | ERC-20 | 504 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20242106 | 4 months ago | | | 0 | 0.00021781200 | |
| 19500386 | 8 months ago | | | 0 | 0.00056758468 | |
| 19500364 | 8 months ago | | | 0 | 0.00032814285 | |
| 19497799 | 8 months ago | | | 0 | 0.0013907779 | |
| 19161286 | 9 months ago | | | 0 | 0.00062651919 | |
| 19097606 | 9 months ago | | | 0 | 0.00029389600 | |
| 18334857 | a year ago | | | 0 | 0.00033506787 | |
| 18334852 | a year ago | | | 0 | 0.00031631523 | |
| 18313203 | a year ago | | | 0 | 0.00032334805 | |
| 18308784 | a year ago | | | 0 | 0.0049018500 |
ABI
ABI objects
Getter at block 21160472
advisorsVesting() view returns (address)
0x0dc31c8e0c0631d8323931458caa82cd08e2fd01
advisorsWallet() view returns (address)
0x14589ba142ff8686772d178a49503d176628147a
cap() view returns (uint256)
50000000000000000000000000
decimals() view returns (uint8)
18
locked() view returns (bool)
false
mintingFinished() view returns (bool)
true
name() view returns (string)
Verify Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
reserveUnlockTime() view returns (uint256)
1544277600
reserveWallet() view returns (address)
0xb30cc06c46a0ad3ba600f4a66fb68f135eab716d
symbol() view returns (string)
CRED
teamWallet() view returns (address)
0xc29789f465df1aaf791027f4cabfc6eb3ec2fc19
totalSupply() view returns (uint256)
49997543000000000000000000
unfreezeTime() view returns (uint256)
1513189832
unlockedReserveAndTeamFunds() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalise()
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAdvisorsTokens(uint256 _value)
mintReserveTokens(uint256 _value)
mintTeamTokens(uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreeze()
unlockAdvisorTokens()
unlockTeamAndReserveTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
MintLocked(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed to, uint256 amount)
constructor(uint256 _cap, uint256 _yearLockEndTime, address _teamWallet, address _reserveWallet, address _advisorsWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.