troll-town-mutational-elixirs
Verified contract
Active on
Ethereum with 5,342 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5461…d357
Balances ($0.00)
No balances found for "troll-town-mutational-elixirs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20779107 | 2 months ago | | | 0 | 0.00039910998 | |
| 20586038 | 3 months ago | | | 0 | 0.000027216509 | |
| 20563875 | 3 months ago | | | 0 | 0.00014097937 | |
| 20563870 | 3 months ago | | | 0 | 0.00014919096 | |
| 19749283 | 7 months ago | | | 0 | 0.00023507578 | |
| 19624785 | 7 months ago | | | 0 | 0.00091728496 | |
| 18252451 | a year ago | | | 0 | 0.00016047920 | |
| 17470220 | a year ago | | | 0 | 0.00035896858 | |
| 17462735 | a year ago | | | 0 | 0.00037083000 | |
| 17392762 | a year ago | | | 0 | 0.0020499386 |
ABI
ABI objects
Getter at block 21172852
claim() view returns (bool)
true
makeElixir() view returns (bool)
true
merkleRoots() view returns (bytes32)
0xfc5916cc8575b20cea22c486c398459b548c7e7dccd861b12205a19999f266e1
mutationContract() view returns (address)
0x3fec3b36a8d6bc5b5b6c0b0a4789ad8cf42f09b5
name() view returns (string)
troll-town-mutational-elixirs
owner() view returns (address)
0x4b2ba81d2f23c343c3b711feb3224d8407ca0066
symbol() view returns (string)
TTME
trolltown() view returns (address)
0x54616c0815c306fc22417b96282ca4aa6f47d357
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isClaimed(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 typeId) view returns (string)
validElixirTypes(uint256) view returns (bool)
State-modifying
Events burnElixirForAddress(uint256 typeId, address burnTokenAddress)
claimDrop(bytes32[] _proof, uint256 _quantity)
flipClaim()
flipMakeElixir()
makeSuperElixir(uint256 _quantity)
ownerBurn(address _address, uint256 quantity, uint256 typeId)
ownerMint(address _address, uint256 quantity, uint256 typeId)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAirdropRoot(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setMutationContract(address mutationContractAddress)
setTrollTownContract(address trolltownContractAddress)
transferOwnership(address newOwner)
updateBaseUri(string _baseURI)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string _baseURI, address _trollAddress, address _mutationContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.