sunnies
Verified contract
Active on
Ethereum with 17,654 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 "sunnies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243727 | 6 days ago | | | 0 | 0.00078397091 | |
| 21230129 | 7 days ago | | | 0 | 0.00088698137 | |
| 21213596 | 10 days ago | | | 0 | 0.00028000339 | |
| 21212217 | 10 days ago | | | 0 | 0.00049479320 | |
| 21209381 | 10 days ago | | | 0 | 0.00062218321 | |
| 21195251 | 12 days ago | | | 0 | 0.00082950781 | |
| 21122856 | 22 days ago | | | 0 | 0.00070235107 | |
| 21094414 | a month ago | | | 0 | 0.00057730891 | |
| 21073811 | a month ago | | | 0 | 0.00076559927 | |
| 21039698 | a month ago | | | 0 | 0.00014163179 |
ABI
ABI objects
Getter at block 21283256
MAX_SUPPLY() view returns (uint256)
9141
PRICE() view returns (uint256)
50000000000000000
_isActive() view returns (bool)
true
_presaleActive() view returns (bool)
true
amountForTeam() view returns (uint256)
300
maxPresale() view returns (uint256)
3
maxPublic() view returns (uint256)
5
maxPublicTx() view returns (uint256)
5
name() view returns (string)
sunnies
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xae256440e9b625e15bf46098d7cd5f267bc22e3b
preSaleRoot() view returns (bytes32)
0x24329f4655e93ad12dfe03c292ef3bf66978f102f3101182c8825e31e8e02b0f
symbol() view returns (string)
SUNNIES
totalReleased() view returns (uint256)
442050000000000000000
totalShares() view returns (uint256)
1000
totalSupply() view returns (uint256)
9141
Read-only
_preSaleListCounter(address) view returns (uint8)
_publicCounter(address) view returns (uint256)
_teamCounter(address) view returns (uint256)
allowList(address) view returns (bool)
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)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events addToPreSaleOverflow(address[] addresses)
approve(address to, uint256 tokenId)
internalMint(uint256 quantity, address to)
mintPreSaleTokens(uint8 quantity, bytes32[] _merkleProof) payable
presaleActive(bool isActive)
publicSaleMint(uint256 quantity) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMints(uint256 maxMints_)
setMaxPresale(uint256 _maxPresale)
setPreSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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(string name, string symbol, uint256 _amountForTeam, uint256 _maxPublicTx, address[] payees, uint256[] shares)
receive()
This contract contains no error objects.