Divine Anarchy
Verified contract
Active on
Ethereum with 22,168 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ed8…6cb6
0x4ee5…27cc
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SMLS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069966 | 14 days ago | | | 0 | 0.00032016005 | |
| 21069940 | 14 days ago | | | 0 | 0.00071617066 | |
| 21025204 | 21 days ago | | | 0 | 0.00018860375 | |
| 21025202 | 21 days ago | | | 0 | 0.00017182745 | |
| 20986404 | a month ago | | | 0 | 0.00059758713 | |
| 20957669 | a month ago | | | 0 | 0.00052117709 | |
| 20957041 | a month ago | | | 0 | 0.00053222764 | |
| 20954040 | a month ago | | | 0 | 0.00037681548 | |
| 20920775 | a month ago | | | 0 | 0.00066479481 | |
| 20906692 | a month ago | | | 0 | 0.00019941777 |
ABI
ABI objects
Getter at block 21172120
ADAM_EVE() view returns (uint256)
2
ASCENSION_APPLE() view returns (uint256)
5
BAD_APPLE() view returns (uint256)
6
HUMAN_HERO() view returns (uint256)
3
HUMAN_NEMESIS() view returns (uint256)
4
KING() view returns (uint256)
1
MAX_MINTED_TO_TREASURY() view returns (uint256)
270
MAX_TOKENS_MINTED_BY_ADDRESS() view returns (uint256)
4
THE_UNKNOWN() view returns (uint256)
0
TOKEN_UNIT_PRICE() view returns (uint256)
90000000000000000
adminWallets() view returns (address)
0x2ed8143a3684df0167a0030f61bb58d9e5a16cb6
getAdminWalletsAddress() view returns (address)
0x2ed8143a3684df0167a0030f61bb58d9e5a16cb6
getMintedToTreasuryFinished() view returns (bool)
true
getOracleAddress() view returns (address)
0x4ee58496dc8eba4811709f51a90a1cb4797c27cc
getPresaleState() view returns (bool)
true
name() view returns (string)
Divine Anarchy
oracle() view returns (address)
0x4ee58496dc8eba4811709f51a90a1cb4797c27cc
oracleForced() view returns (bool)
true
owner() view returns (address)
0x877b380a5252e84f8a4bd37e2149ceb40f6058f1
paused() view returns (bool)
false
root() view returns (bytes32)
0x518328e19bd8bbfbe204025d1f4d54079abfbdf5380375cb6fb5a8f34960a8a1
symbol() view returns (string)
DA
toRescue() view returns (bool)
false
totalSupply() view returns (uint256)
9922
Read-only
balanceOf(address account) view returns (uint256)
consumedAscensionApples(address account) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address operator)
getData(address _account) view returns (uint256[][])
getTokenClass(uint256 _id) view returns (uint256)
getTokenClassCurrentSupply(uint256 _classId) view returns (uint256)
getTokenClassSupplyCap(uint256 _classId) view returns (uint256)
getTokenClassVotingPower(uint256 _classId) view returns (uint256)
getTokensMintedAtPresale(address account) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isAscensionApple(uint256 _id) pure returns (bool)
isBadApple(uint256 _id) pure returns (bool)
isTokenClass(uint256 _id) pure returns (bool)
isTokenClassMintable(uint256 _id) pure returns (bool)
oracleRescue(uint256 _amount) view returns (uint256[][])
ownerOf(uint256 _id) view returns (address)
setTokenClass(uint256 _id) pure 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdropApples(uint256 amount, uint256 appleClass, address[] accounts)
airdropToTreasury(uint256[][] treasuryRandom)
approve(address to, uint256 tokenId)
ascensionAppleConsume(address account, uint256 appleId)
badAppleConsume(address account, uint256 appleId, uint256 tokenId)
burn(address account, uint256 id)
burnBatch(address account, uint256[] ids)
forceOracle(bool _value)
mint(address account, uint256 amount, bytes32[] proof) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setAdminWallet(address _adminwallets)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxMintedTreasury(uint256 _amount)
setMaxTokenMintedByAddress(uint256 _amount)
setNewTokenPrice(uint256 _newPrice)
setOracle(address _oracle)
setPresale(bool _bool)
setRescue(bool _value)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawAll()
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)
oracleRescued(uint256[][] _tokens, uint256 timestamp, address receiver)
val(uint256[][] _tokens)
constructor(string name_, string symbol_, string baseURI_, address _adminwallets, address _oracle)
This contract contains no fallback and receive objects.
This contract contains no error objects.