Lucky Ducky

Verified contract

Active on Ethereum with 10,807 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $69.53
0x7606add5f62e6b741924c43955cf52aa4f294e4a7335ae80e9ada937a0498d84
0x92501be230ea139a667fdd290ec2758a5c6029e177759fef0365bc63bfcafc3e
0xfd5029d72d078a30c2374290b93e5fc64793f0c8c8c60954456a8fb74cab9cd6
0x482e6e590742d682a0a83a60fd135f3d5a24c4c607346757c47a55511fcc1c9a
0x8bfced6c0b674b35184282007e163dec2fee305814a3dbf6c1b7a1920caa22b2
0xadc7b58552ae87852db347dd92770663129cf6862460bfe25b0ba6ec651ad57d
0xab8e0282bb967c77feabf8b20b3184006bffc077379be1852dbbfa98c1f1604d
0x107e9639057f79840ac150285a0ec9027e54628e015b34b66b7fd3188b85e51b
0x972fc47544564af3d4fa10dce0456213d46d880181b92979b6d2443b66ca6643
0x9b0916174e014ceeef9bdadf5e495c484af340bca5bf29f36b148f7136b67ff0

Functions
Getter at block 21283516
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
baseURI(view returns (string)
ipfs://QmThXcFWSeqP8fkVWRN5LU3evCLkcv5omFKK3tYGD6SHFg/
contractURI(view returns (string)
ipfs://QmThXcFWSeqP8fkVWRN5LU3evCLkcv5omFKK3tYGD6SHFg/contract.json
maxSupply(view returns (uint256)
7777
name(view returns (string)
Lucky Ducky
symbol(view returns (string)
QUACK
totalReleased(view returns (uint256)
595182750000000000000
totalShares(view returns (uint256)
10000
totalSupply(view returns (uint256)
7777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
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 tokenId
grantRole(bytes32 roleaddress account
mint(address touint256 countuint256 priceuint256 mintLimituint256 expiresbytes sigpayable 
release(address account
release(address tokenaddress account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _base
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _baseuint256 _maxSupplyaddress _minteraddress[] _payeesuint256[] _shares
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(