TikiCarving
Verified contract
Active on
Ethereum with 353 txns
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 48 additional slots
Balances ($0.00)
No balances found for "TikiCarving"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14956885 | 2 years ago | | | 0 | 0.0030391309 | |
| 14393217 | 3 years ago | | | 0.12 | 0.0016071409 | |
| 14392815 | 3 years ago | | | 0.29 | 0.0031347089 | |
| 14388702 | 3 years ago | | | 0.08 | 0.0011974271 | |
| 14388507 | 3 years ago | | | 0.1 | 0.0012171080 | |
| 14386573 | 3 years ago | | | 0.29 | 0.0026876860 | |
| 14385134 | 3 years ago | | | 0.29 | 0.00072488378 | |
| 14369620 | 3 years ago | | | 0.18 | 0.00073991347 | |
| 14369192 | 3 years ago | | | 0.29 | 0.0013241758 | |
| 14362882 | 3 years ago | | | 0.1 | 0.0011881373 |
ABI
ABI objects
Getter at block 21202844
owner() view returns (address)
0x1431cb9f03980120c22ea9923f8ffc514b05c697
paused() view returns (bool)
false
settings() view returns (address txnSigner, bool paused)
(txnSigner=0x8ec7ec3b35d506c2fd6b1219d097e48cfa42deec, paused=false)
txnSigner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getDigest(address wallet, uint256[] upgradeIDs, uint256[] sacrificeIDs, uint256 level, uint256 method, uint256 cost, bytes32 nonce) pure returns (bytes)
getHash(bytes digest) pure returns (bytes32 hash)
getSigner(bytes signature, bytes32 digestHash) pure returns (address)
verifySignature(bytes signature, bytes32 digestHash) view returns (bool)
State-modifying
Events deposit() payable
initialize()
pause(bool _pause)
renounceOwnership()
setup(address signer)
transferOwnership(address newOwner)
upgrade(uint256[] upgradeIDs, uint256[] sacrificeIDs, uint256 level, uint256 method, uint256 cost, bytes32 nonce, bytes signature) payable
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenSacrificed(uint256 indexed tokenID, bytes32 indexed nonce)
TokenUpgraded(uint256 indexed tokenID, uint256 indexed level, bytes32 indexed nonce)
UpgradeCompleted(bytes32 indexed nonce, address indexed operator, uint256[] tokenIDs, uint256 level)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressTarget(address target)
InsufficientBalance(uint256 available, uint256 required)
InvalidSignature()
NotInitialized()
Paused()
PaymentFailed(uint256 amount)
UserPermissions()