Aurora Borealis Dancing
Verified contract
Active on
Base with 5,111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000759 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21790886 | 22 days ago | | | 0 | 1.1918760e-7 | |
| 20987703 | a month ago | | | 0 | 1.3556291e-7 | |
| 20987700 | a month ago | | | 0 | 1.2537859e-7 | |
| 20702135 | 2 months ago | | | 0 | 1.8604909e-7 | |
| 18952535 | 3 months ago | | | 0 | 8.3486108e-7 | |
| 18952533 | 3 months ago | | | 0 | 0.0000010189296 | |
| 18952530 | 3 months ago | | | 0 | 0.0000010189296 | |
| 18952528 | 3 months ago | | | 0 | 0.0000010137578 | |
| 18952526 | 3 months ago | | | 0 | 0.0000010126150 | |
| 18952523 | 3 months ago | | | 0 | 0.0000010128670 |
ABI
ABI objects
Getter at block 22757948
CHARGE_SUPPLY() view returns (uint256)
10
FREE_SUPPLY() view returns (uint256)
8
MAX_SUPPLY() view returns (uint256)
50000
name() view returns (string)
Aurora Borealis Dancing
owner() view returns (address)
0xa27e4ddb0d9a26452c292902fb9c4c0a6cf6b1ef
symbol() view returns (string)
ABD
totalSupply() view returns (uint256)
37570
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()