TAMAGManager
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa6d8…040e
0xa024…8eaa
Balances ($0.00)
No balances found for "TAMAGManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13099895 | 3 years ago | | | 0 | 0.025079114 | |
| 12779900 | 3 years ago | | | 0 | 0.0018497280 | |
| 12748012 | 3 years ago | | | 0 | 0.0013838240 | |
| 12635540 | 3 years ago | | | 0 | 0.0013729660 | |
| 12359555 | 4 years ago | | | 0 | 0.0060653760 | |
| 12359555 | 4 years ago | | | 0 | 0.0067763520 | |
| 12192352 | 4 years ago | | | 0 | 0.010359570 | |
| 12029011 | 4 years ago | | | 0 | 0.0093236130 | |
| 12028964 | 4 years ago | | | 0 | 0.020878104 | |
| 12028858 | 4 years ago | | | 0 | 0.010118852 |
ABI
ABI objects
Getter at block 21217528
chi() view returns (address)
0x0000000000004946c0e9f43f4dee607b0ef1fa1c
newTamag() view returns (address)
0xa0244afbc4d0366eebbd4cbfcf82ce49547d8eaa
oldTamag() view returns (address)
0xa6d82fc1f99a868eaab5c935fe7ba9c9e962040e
owner() view returns (address)
0xc2884de64ceff15211bb884a1e84f5aead9fdc7c
signerAddress() view returns (address)
0x8ef9a1a12e0b7e92f11d112f51ae1054ddc0e37d
Read-only
This contract contains no read-only function objects.
State-modifying
Events close()
equip(uint256 tamagId, uint256 equipId, uint256 slot, string tokenURI, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setMetadataByUser(uint256 tamagId, uint256 newTraits, string tokenURI, uint8 v, bytes32 r, bytes32 s)
setNewTamagContract(address a)
setOldTamagContract(address a)
setSignerAddress(address a)
switchEquip(uint256 tamagId, uint256 oldEquipId, uint256 equipId, uint256 slot, string tokenURI, uint8 v, bytes32 r, bytes32 s)
transferOwnership(address newOwner)
unequip(uint256 tamagId, uint256 equipId, uint256 slot, string tokenURI, uint8 v, bytes32 r, bytes32 s)
upgradeOldTamag(uint256 oldTamagId, string tokenURI, uint8 v, bytes32 r, bytes32 s)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _signerAddress, address owner, address _oldTamag, address _newTamag, address _chi)
This contract contains no fallback and receive objects.
This contract contains no error objects.