Aniborgz

Verified contract

Active on Ethereum with 3,788 txns
Deployed by via 0x41c73aa2 at 16294762
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "Aniborgz"

0x9fe4358bdcdc5274ab6d7aeee3e20132f27969e905f70facc1c248317e3cdf81
0xee7c407c2011055fa5c843b75e930ed698b86a88e6deb5435e8d927457e257f3
0xdc4b49ea41035ffd4ce3b47ce8e0253bf16eaf72665390d3fcb4494b80ff21c5
From
0x62da7a9d7429a806c7b5118433f3a9155e7f806be471eb5ec9b265f8ba2d9a85
0x13ce0f0e2daaa0560d97f1fd734f1206711886b225a7f0eb81d0085d6590d8f0
0xedc45092a3c2b03978c2471c4ee3dc477d79940b036c428217bb8e493b37a860
0x2630e95e698f51ceedf817ed12f5fc0c1756b8c85f493c281aafb8653672a6f0
0x93a07f6353173625c5bbd0c3b99b6cad6d3ea906777fac22f83eb50f715fbf2f
From
0x893bb864121e0eda0d88543413e571293791b7a840c93c744abcf9d6083af223
0x0ec19668fa804977e322e8c625c4e7e6fc15003835dd418de676d37caf3ef391

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
gift(address _touint256 _quantity
publicMint(address _accountuint256 _quantitypayable 
release(address account
release(address tokenaddress account
releaseAll(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _isPaused
setPublicSalePrice(uint256 _publicSalePrice
setSaleStartTime(uint256 _saleStartTime
setStep(uint256 _step
setWlSalePrice(uint256 _wlSalePrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(address _accountuint256 _quantitybytes32[] _proofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(bytes32 _merkleRootstring _baseURI
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(