EVOWAREContract
Verified contract
Active on
Ethereum with 1,233 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 "EVOWAREContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21413144 | 3 days ago | | | 0 | 0.00080987824 | |
| 21394515 | 6 days ago | | | 0 | 0.0013263917 | |
| 21390327 | 6 days ago | | | 0 | 0.0011286159 | |
| 21375041 | 9 days ago | | | 0 | 0.00095471681 | |
| 21334529 | 14 days ago | | | 0 | 0.0010300471 | |
| 21269065 | 23 days ago | | | 0 | 0.00086244199 | |
| 21269005 | 23 days ago | | | 0 | 0.00046032071 | |
| 21223043 | a month ago | | | 0 | 0.0024123582 | |
| 21221743 | a month ago | | | 0 | 0.00092432994 | |
| 21219148 | a month ago | | | 0 | 0.0010117094 |
ABI
ABI objects
Getter at block 21436552
getAmountMinted() view returns (uint256)
501
maxTeamAmount() view returns (uint256)
50
owner() view returns (address)
0x11a2715e16b6024ed92587b030948d5aa45af3a2
teamMintedAmount() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events adminGetAvatarToken(uint256 id)
adminMint(uint256 n)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
getAvatarToken(uint256 id) returns (uint256)
mint(uint256 tknId, uint256 n, address to) payable returns (uint256)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBitmenAvatarContractAddress(address newAddress)
setSaleAddress(address newAddress)
setUri(string newuri)
toggleGetAvatar()
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.