SacrificialAlter
Verified contract
Active on
Ethereum with 2,368 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x38ec…c2c5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GP | ERC-20 | 25M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20917877 | a month ago | | | 0 | 0.00020318467 | |
| 20685998 | 2 months ago | | | 0 | 0.00025773457 | |
| 20098450 | 5 months ago | | | 0 | 0.00020922003 | |
| 20061527 | 5 months ago | | | 0 | 0.00017294933 | |
| 19989027 | 6 months ago | | | 0 | 0.00054299953 | |
| 19673072 | 7 months ago | | | 0 | 0.00029587554 | |
| 19639445 | 7 months ago | | | 0 | 0.00071709307 | |
| 19310976 | 9 months ago | | | 0 | 0.00070082495 | |
| 19310974 | 9 months ago | | | 0 | 0.00071180366 | |
| 19115998 | 10 months ago | | | 0 | 0.00063967313 |
ABI
ABI objects
Getter at block 21224428
gpToken() view returns (address)
0x38ec27c6f05a169e7ed03132bca7d0cfee93c2c5
owner() view returns (address)
0x6e0e275083327cacc7195de94532c7a86c05bd05
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getInfoForType(uint256 typeId) view returns (struct SacrificialAlterTypeInfo)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
traitData(uint256) view returns (string name, string png)
uri(uint256 typeId) view returns (string)
State-modifying
Events addAdmin(address addr)
burn(uint256 typeId, uint16 qty, address burnFrom)
mint(uint256 typeId, uint16 qty, address recipient)
removeAdmin(address addr)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContracts(address _gp)
setExchangeAmt(uint256 typeId, uint256 exchangeAmt)
setPaused(bool _paused)
setType(uint256 typeId, uint16 maxSupply)
transferOwnership(address newOwner)
updateOriginAccess()
uploadImage(uint256 typeId, struct SacrificialAlterImage image)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.