Aniborgz
Verified contract
Active on
Ethereum with 3,788 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Aniborgz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19662312 | 7 months ago | | | 0 | 0.00080943382 | |
| 16853014 | 2 years ago | | | 0 | 0.00066703853 | |
| 16737576 | 2 years ago | | | 0 | 0.00094538630 | |
| 16649701 | 2 years ago | | | 0 | 0.0018235460 | |
| 16645720 | 2 years ago | | | 0 | 0.0011633364 | |
| 16645717 | 2 years ago | | | 0 | 0.0011899510 | |
| 16645218 | 2 years ago | | | 0 | 0.0012134757 | |
| 16632578 | 2 years ago | | | 0 | 0.0010177080 | |
| 16586925 | 2 years ago | | | 0 | 0.0019913346 | |
| 16548821 | 2 years ago | | | 0 | 0.0014177448 |
ABI
ABI objects
Getter at block 21282150
baseURI() view returns (string)
ipfs://QmbAaMGWh9YUmkMVGALwRHoD6rDtzi7ouGe6rg1YWCti3f/
isPaused() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xfd3cca5c3c7ab6e510e61216c8a6f2f2654ef0655a570880a92406e8f5e3ee7a
name() view returns (string)
Aniborgz
owner() view returns (address)
0xb2edb03047ff6ff34bb07e7b74f190a4f98bab5f
publicSalePrice() view returns (uint256)
10000000000
saleStartTime() view returns (uint256)
1672614000
sellingStep() view returns (uint8)
3
symbol() view returns (string)
ABZ
totalReleased() view returns (uint256)
342062460000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
6270
wlSalePrice() view returns (uint256)
0
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)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
gift(address _to, uint256 _quantity)
publicMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _isPaused)
setPublicSalePrice(uint256 _publicSalePrice)
setSaleStartTime(uint256 _saleStartTime)
setStep(uint256 _step)
setWlSalePrice(uint256 _wlSalePrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
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)
ERC20PaymentReleased(address indexed token, 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(bytes32 _merkleRoot, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()