SUN
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "SUN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13299537 | 3 years ago | | | 0 | 0.0090302316 |
ABI
ABI objects
Getter at block 20795268
artCode() view returns (string)
artCodeDependencies() view returns (string)
artDescription() view returns (string)
artistAddress() view returns (address)
0xf0be1f2fb8abfa9abf7d218a226ef4f046f09a40
artistFundsAddress() view returns (address)
0xf0be1f2fb8abfa9abf7d218a226ef4f046f09a40
artistTokenRoyalty() view returns (uint256)
0
currentTokenID() view returns (uint256)
0
extraStringArtist() view returns (string)
extraStringPlatform() view returns (string)
isArtCodeSealed() view returns (bool)
false
maxTokens() view returns (uint256)
1000
name() view returns (string)
SUN
owner() view returns (address)
0xf0be1f2fb8abfa9abf7d218a226ef4f046f09a40
paused() view returns (bool)
true
privilegedMinterAddress() view returns (address)
0x0000000000000000000000000000000000000000
sunflowerContractVersion() view returns (uint256)
2
sunflowerMintPercent() view returns (uint256)
29
sunflowerPreviousVersionContractAddress() view returns (address)
0xd58434f33a20661f186ff67626ea6bdf41b80bca
sunflowerTokenRoyalty() view returns (uint256)
31
symbol() view returns (string)
SUN
tokenBaseURI() view returns (string)
tokenPrice() view returns (uint256)
10000000000000000
totalSupply() 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)
seedForToken(uint256 tokenID) 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)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(string _name, string _symbol, uint256 _maxTokens, uint256 _tokenPrice, address _artistFundsAddress, uint256 _artistTokenRoyalty)
mintRoyalties()
mintToken() payable
mintTokenOwner() payable
mintTokenPrivileged(address _recipient) payable
pauseNormalMinting()
renounceOwnership()
resumeNormalMinting()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealArtCode()
setApprovalForAll(address operator, bool approved)
setArtCode(string _artCode, string _artCodeDependencies, string _artDescription)
setArtistFields(uint256 _artistTokenRoyalty)
setBaseURI(string _tokenBaseURI)
setExtraStringArtist(string _extraStringArtist)
setExtraStringPlatform(string _extraStringPlatform)
setMaxTokens(uint256 _maxTokens)
setPlatformFields(uint256 _sunflowerMintPercent, uint256 _sunflowerTokenRoyalty)
setPrivilegedMinterAddress(address _privilegedMinterAddress)
setTokenPrice(uint256 _tokenPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawArtistBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.