ASMAIFAAllStarsBoxSet
Verified contract
Active on
Ethereum with 17,013 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 "ASMAIFAAllStarsBoxSet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272966 | 3 days ago | | | 0 | 0.00079950547 | |
| 21260315 | 4 days ago | | | 0 | 0.00037042944 | |
| 21248799 | 6 days ago | | | 0 | 0.00051995316 | |
| 21219336 | 10 days ago | | | 0 | 0.00051166564 | |
| 21158830 | 18 days ago | | | 0 | 0.0011415624 | |
| 21119888 | 24 days ago | | | 0 | 0.00019932726 | |
| 21119848 | 24 days ago | | | 0 | 0.00017641552 | |
| 21114745 | 25 days ago | | | 0 | 0.00017009300 | |
| 21104129 | a month ago | | | 0 | 0.00011266157 | |
| 21061792 | a month ago | | | 0 | 0.00026857663 |
ABI
ABI objects
Getter at block 21290840
baseURI() view returns (string)
https://boxset.aifa.football/meta/
getStatus() view returns (uint8)
3
maxAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
10000
name() view returns (string)
ASMAIFAAllStarsBoxSet
owner() view returns (address)
0x5f3f357194c32f9c2f1176cc39b9d6c214a1fdca
price() view returns (uint256)
90000000000000000
status() view returns (uint8)
3
symbol() view returns (string)
AIFABOX
totalSupply() view returns (uint256)
10000
Read-only
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)
presaleMinted(address) view returns (bool)
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)
usedToken(bytes) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(string salt, bytes token, uint256 amount) payable
presaleMint(string salt, bytes token) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setSigner(address signer)
setStatus(uint8 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BalanceWithdrawed(address recipient, uint256 value)
BaseURIChanged(string newBaseURI)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerChanged(address signer)
StatusChanged(uint8 status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signer, address recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.