Tokenmon
Verified contract
Active on
Ethereum with 4,616 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Tokenmon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855454 | 2 months ago | | | 0 | 0.00037046915 | |
| 20793980 | 2 months ago | | | 0 | 0.00039818781 | |
| 20637342 | 3 months ago | | | 0 | 0.000035023196 | |
| 20448304 | 4 months ago | | | 0 | 0.000068971579 | |
| 20360244 | 4 months ago | | | 0 | 0.000090896213 | |
| 19970257 | 6 months ago | | | 0 | 0.00093049338 | |
| 19970129 | 6 months ago | | | 0 | 0.00061647533 | |
| 19951213 | 6 months ago | | | 0 | 0.00013490608 | |
| 19909836 | 6 months ago | | | 0 | 0.00022018248 | |
| 19876728 | 6 months ago | | | 0 | 0.00041260323 |
ABI
ABI objects
Getter at block 21259382
FIRST_EVO_PRICE() view returns (uint256)
69000000000000000
MAX_FIRST_EVO_SUPPLY() view returns (uint256)
10420
REVEAL_TIMESTAMP() view returns (uint256)
1630339200
_isBaseUriSet() view returns (bool)
true
_isMintingActive() view returns (bool)
true
name() view returns (string)
Tokenmon
offset() view returns (uint256)
5152
offsetBlock() view returns (uint256)
13121530
owner() view returns (address)
0x63c7edd8472522e20e6ee3d51c8b2d89c676ce00
symbol() view returns (string)
TM
totalReleased() view returns (uint256)
717945000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
10420
Read-only
admintsRemaining(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admint(uint256 amount)
approve(address to, uint256 tokenId)
evolve(uint256[3] _tokensToBurn) payable
finalizeoffset()
mint(uint256 amount) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setEvolutionContractAddress(address _address)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _target)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Evolve(address _to, uint256 _tokenId, uint256[3] _burnedTokens)
Mint(address _to, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] payees, uint256[] shares)
receive()
This contract contains no error objects.