Armin van Buuren - AAA
Verified contract
Active on
Ethereum with 1,758 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,417.22)
Native
Value
$261.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.072114 | $3,628.11 |
$261.64 | |
WETH | ERC-20 | 0.593564 | $3,631.59 |
$2,155.58 | |
ERC-20 | 0.01275 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277279 | 6 days ago | | | 0 | 0.00034264844 | |
| 21277247 | 6 days ago | | | 0 | 0.00033517686 | |
| 21277242 | 6 days ago | | | 0 | 0.00031844018 | |
| 21277232 | 6 days ago | | | 0 | 0.00031794619 | |
| 21277208 | 6 days ago | | | 0 | 0.00042609134 | |
| 21257167 | 9 days ago | | | 0 | 0.00039414428 | |
| 21252713 | 9 days ago | | | 0 | 0.00068358436 | |
| 21251146 | 9 days ago | | | 0 | 0.0011629784 | |
| 21214435 | 14 days ago | | | 0 | 0.00033303795 | |
| 21214430 | 14 days ago | | | 0 | 0.00031528751 |
ABI
ABI objects
Getter at block 21318062
ALLOWLIST_PRICE() view returns (uint256)
160000000000000000
MAX_SUPPLY() view returns (uint256)
2500
PRICE() view returns (uint256)
160000000000000000
_allowlistActive() view returns (bool)
true
_publicActive() view returns (bool)
false
allowlistMinted() view returns (uint256)
222
allowlistRoot() view returns (bytes32)
0x010bce9528488138e6c5789435cbd7df095eb7147aa8eaaa6d6837782a44dda9
maxAllowlist() view returns (uint256)
2
maxPublic() view returns (uint256)
10
name() view returns (string)
Armin van Buuren - AAA
owner() view returns (address)
0xf69503e221117e7619e9fddb9665417e7d643bee
symbol() view returns (string)
AAA
totalSupply() view returns (uint256)
1189
Read-only
_allowlistCounter(address) view returns (uint8)
_publicCounter(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getERC20balance(address tokenAddress) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _addresses)
allowlistMint(address to, uint8 quantity, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId) payable
internalMint(uint256 quantity, address to)
publicMint(address to, uint8 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowlistActive(bool isActive)
setAllowlistPrice(uint256 _price)
setAllowlistRoot(bytes32 _root)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxAllowlist(uint256 _maxAllowlist)
setMaxPublic(uint256 _maxPublic)
setPrice(uint256 _price)
setPublicActive(bool isActive)
setSupply(uint256 _supply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawERC20Splits(address tokenAddress)
withdrawSplits()
withdrawToOwner()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()