ThingiesArt
Verified contract
Active on
Ethereum with 23,068 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1afe…3f18
0x7eb7…18f1
Balances ($0.00)
No balances found for "ThingiesArt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226895 | 9 hours ago | | | 0 | 0.0010193207 | |
| 21209046 | 3 days ago | | | 0 | 0.0012976160 | |
| 21199410 | 4 days ago | | | 0 | 0.0017291007 | |
| 21199403 | 4 days ago | | | 0 | 0.0018582448 | |
| 21199396 | 4 days ago | | | 0 | 0.0016573357 | |
| 21184538 | 6 days ago | | | 0 | 0.0035463513 | |
| 21184502 | 6 days ago | | | 0 | 0.0038284531 | |
| 21184465 | 6 days ago | | | 0 | 0.0037154289 | |
| 21181979 | 7 days ago | | | 0 | 0.0037108061 | |
| 21124564 | 15 days ago | | | 0 | 0.00078748924 |
ABI
ABI objects
Getter at block 21229702
MINTING_ENABLED() view returns (bool)
true
owner() view returns (address)
0xd744f84c4871045662a60141130fa3ed8e6bb795
signer() view returns (address)
0x9469a9d9c8b8722b82d63e5a6de71db7843af487
thingies() view returns (address)
0x1afef6b252cc35ec061efe6a9676c90915a73f18
thingiesArtNft() view returns (address)
0x7eb72b7ec6961c0fad45ff174403a2b3dc5018f1
tokenUriBase() view returns (string)
Read-only
_verify(bytes _encoded, bytes _signature, address _signer) pure returns (bool)
mintedArt(uint256, uint256) view returns (bool)
State-modifying
Events mintArt(bytes _encoded, bytes _signature)
renounceOwnership()
setEnabled(bool _bool)
setSigner(address _signer)
setThingiesAddress(address _address)
setThingiesArtNft(address _address)
transferOwnership(address newOwner)
ArtMinted(uint256 indexed thingieTokenId, uint256 indexed nonce, uint256 indexed artTokenId)
EnabledUpdated(bool indexed _state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerUpdated(address indexed _address)
ThingieNFTUpdated(address indexed _address)
ThingieUpdated(address indexed _address)
constructor(address _thingies, address _thingiesArtNft, address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.