The Somethings - A Deed To The Realm
Verified contract
Active on
Ethereum with 3,463 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Somethings - A Deed To The Realm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20904376 | 2 months ago | | | 0 | 0.00014027815 | |
| 20550259 | 4 months ago | | | 0 | 0.000075416889 | |
| 20468831 | 4 months ago | | | 0 | 0.00018541231 | |
| 20466144 | 4 months ago | | | 0 | 0.00029288206 | |
| 20001568 | 6 months ago | | | 0 | 0.00025337119 | |
| 19891285 | 7 months ago | | | 0 | 0.00013133744 | |
| 18856649 | a year ago | | | 0 | 0.00097681887 | |
| 18406941 | a year ago | | | 0 | 0.00046837520 | |
| 17898771 | a year ago | | | 0 | 0.00033324640 | |
| 17898697 | a year ago | | | 0 | 0.00057572049 |
ABI
ABI objects
Getter at block 21413701
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_PRESALE_MINTING() view returns (uint256)
1
baseURI() view returns (string)
https://api.moonwalk.com/v1/metadata/mintpass/62afb735316ed100112a7b40/token/
getPresaleContracts() view returns (struct PresaleContract[])
[]
isPresale() view returns (bool)
false
name() view returns (string)
The Somethings - A Deed To The Realm
owner() view returns (address)
0xc8652dd4d40479d4b29de7b5bf3aa7aeedd38e84
symbol() view returns (string)
TSADTTR
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintPasses(uint256) view returns (uint256 maxSupply, uint256 currentSupply, uint256 mintPrice, uint256 mintLimit)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addMintPass(uint256[] maxSupplies, uint256[] mintPrices)
addPresaleContract(address contractAddress, uint256[] tokenIds)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
clearPresaleContracts()
devMint(address account, uint256 id, uint256 amount)
endPresale()
grantRole(bytes32 role, address account)
mint(address account, uint256 id, uint256 amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setMintLimit(uint256[] tokenIds, uint256[] mintLimits)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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(address[] payees, uint256[] shares, address owner_, string name_, string symbol_, string baseUri)
receive()
AmountCannotBeZero()
ExceededMaxPurchaseable()
ExceededMaxSupply()
ExceededPresaleMintLimit()
InputLengthsNotMatching()
NotEnoughEther()
PresaleNotEligible()
TokenNonexistent()